inital commit
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
FROM nginx:1.27-alpine
|
||||
|
||||
LABEL org.opencontainers.image.title="Euchre Scoreboard"
|
||||
LABEL org.opencontainers.image.description="Web-based Euchre scoring app"
|
||||
LABEL org.opencontainers.image.licenses="MIT"
|
||||
|
||||
|
||||
COPY public/ /usr/share/nginx/html/
|
||||
|
||||
EXPOSE 80
|
||||
Reference in New Issue
Block a user