Fixed Dockerfile

This commit is contained in:
2022-04-04 16:10:37 +02:00
parent 11140aac97
commit 00e27ba776
2 changed files with 0 additions and 2 deletions

View File

@@ -10,7 +10,6 @@ COPY frontend /usr/local/app/
RUN npm install
RUN npm run build
FROM nginx:latest
# Copy the project files to the container