Skip to content

Commit

Permalink
Merge pull request #101 from DUT-Info-Montreuil/naulan-chrzaszcz-patch-1
Browse files Browse the repository at this point in the history
fix: doesn't in production
  • Loading branch information
naulan-chrzaszcz committed Jun 4, 2024
2 parents 60df8dd + 2221a0b commit a342089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UniRide/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ RUN npm install -g @angular/cli
#We need to add host to allow the container to be accessed from outside
CMD apk add --no-cache gettext \
&& envsubst < src/environments/environment.template.ts > src/environments/environment.ts \
&& ng serve --ssl true --ssl-cert certs/flask-selfsigned.crt --ssl-key certs/flask-selfsigned.key --host 0.0.0.0
&& ng serve --ssl true --ssl-cert certs/flask-selfsigned.crt --disable-host-check --ssl-key certs/flask-selfsigned.key --host 0.0.0.0

0 comments on commit a342089

Please sign in to comment.