Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
paidem committed Sep 14, 2023
1 parent 8b7f494 commit aebaf29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BUILDFRONTENDFROM=node:12.2.0-alpine
ARG SERVERFROM=python:3.7-alpine
ARG SERVERFROM=python:3.7-alpine3.14

####################
# BUILDER FRONTEND #
Expand Down Expand Up @@ -80,7 +80,7 @@ RUN mkdir -p /run/nginx && \
cd /tmp/docker && \
mv entrypoint.sh /entrypoint.sh && \
chmod +x /entrypoint.sh && \
mv nginx-default.conf /etc/nginx/conf.d/default.conf && \
mv nginx-default.conf /etc/nginx/http.d/default.conf && \
mkdir -p /etc/supervisor.d/ && \
mv /tmp/docker/supervisor-app.ini /etc/supervisor.d/ && \
mv /tmp/docker/supervisord.conf /etc/supervisord.conf && \
Expand All @@ -94,4 +94,4 @@ WORKDIR /app

CMD ["supervisord", "-n"]
EXPOSE 80
EXPOSE 443
EXPOSE 443

0 comments on commit aebaf29

Please sign in to comment.