diff --git a/.dockerignore b/.dockerignore index d95674b..7363dc7 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,5 +1,6 @@ **/.classpath **/.dockerignore +**/.env **/.git **/.gitignore **/.project diff --git a/Dockerfile b/Dockerfile index b08537a..561d10b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,5 +8,4 @@ RUN npm run build FROM nginx:alpine COPY --from=builder build /usr/share/nginx/html -COPY .env /usr/share/nginx/html/.env COPY nginx.conf /etc/nginx/conf.d/default.conf \ No newline at end of file