mirror of
https://codeberg.org/gothub/RandomInstance
synced 2024-12-06 19:16:49 +01:00
+14
@@ -0,0 +1,14 @@
|
||||
# pull down the pode image
|
||||
FROM badgerati/pode:latest-alpine
|
||||
|
||||
# or use the following for GitHub
|
||||
# FROM docker.pkg.github.com/badgerati/pode/pode:latest-alpine
|
||||
|
||||
# copy over the local files to the container
|
||||
COPY . /usr/src/app/
|
||||
|
||||
# expose the port
|
||||
EXPOSE 8080
|
||||
|
||||
# run the server
|
||||
CMD [ "pwsh", "-c", "cd /usr/src/app; ./server.ps1" ]
|
||||
Reference in New Issue
Block a user