Skip to content

Commit

Permalink
fixing docker file 8
Browse files Browse the repository at this point in the history
  • Loading branch information
parkersarahl committed Jul 8, 2024
1 parent f32e225 commit 3ac3ed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM --platform=linux/amd64 node:18-alpine
WORKDIR /app
WORKDIR /api/app
COPY package*.json ./
RUN chown -R app /app
#RUN chown -R app /app
RUN npm ci
COPY . .
RUN npm run build
Expand Down

0 comments on commit 3ac3ed8

Please sign in to comment.