2
0

Corrected port

This commit is contained in:
glax 2023-05-24 23:53:39 +02:00
parent ccc4e42a49
commit 14c69631a6

View File

@ -1,4 +1,4 @@
FROM nginx:1.10.1-alpine FROM nginx:1.10.1-alpine
COPY . /usr/share/nginx/html COPY . /usr/share/nginx/html
EXPOSE 6531 EXPOSE 80
CMD ["nginx", "-g", "daemon off;"] CMD ["nginx", "-g", "daemon off;"]