nyanya commited on
Commit
2491632
·
1 Parent(s): 66b1835
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -133,7 +133,6 @@ RUN --mount=target=requirements.txt,source=requirements.txt \
133
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
134
  COPY --chown=user . $HOME/app
135
  COPY --chown=user --from=caddy:2-alpine /usr/bin/caddy /usr/bin/caddy
136
- COPY --chown=user nginx.conf /etc/nginx/sites-available/default
137
 
138
  RUN chmod +x start_server.sh
139
 
 
133
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
134
  COPY --chown=user . $HOME/app
135
  COPY --chown=user --from=caddy:2-alpine /usr/bin/caddy /usr/bin/caddy
 
136
 
137
  RUN chmod +x start_server.sh
138