Skip to content

Commit

Permalink
Debugging...One more try without nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
wobla committed Jul 17, 2024
1 parent 56a5c3a commit e9b5223
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM node:21-alpine

WORKDIR /app/
COPY public/ /app/public
COPY src/ /app/src
COPY package.json /app/
COPY frontend/public/ /app/public
COPY frontend/src/ /app/src
COPY frontend/package.json /app/

RUN npm install

Expand Down

0 comments on commit e9b5223

Please sign in to comment.