mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Revert local Dockerfile change
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# syntax = docker/dockerfile:1.2
|
# syntax = docker/dockerfile:1.2
|
||||||
FROM nginx:1.21-alpine as prod
|
FROM nginx:1.21-alpine as prod
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 4242
|
||||||
ENV PORT "80"
|
ENV PORT "80"
|
||||||
COPY . /usr/share/nginx/html/
|
COPY . /usr/share/nginx/html/
|
||||||
COPY app.conf /etc/nginx/nginx.conf
|
COPY app.conf /etc/nginx/nginx.conf
|
||||||
|
Reference in New Issue
Block a user