Browse Source

Poongo user 0 en dockerfile

main
Celestino Rey 10 months ago
parent
commit
68a9797155
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Dockerfile

+ 1
- 0
Dockerfile View File

@ -1,6 +1,7 @@
# yup, python 3.11! # yup, python 3.11!
FROM python:3.11-slim FROM python:3.11-slim
USER 0
# install nginx # install nginx
RUN apt-get update && apt-get install nginx -y RUN apt-get update && apt-get install nginx -y
# copy our nginx configuration to overwrite nginx defaults # copy our nginx configuration to overwrite nginx defaults


Loading…
Cancel
Save