Skip to content

Commit

Permalink
Fix incorrect working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
MurrayGroves committed Feb 29, 2024
1 parent 38f82c5 commit e32cd96
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions saferoute/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
FROM node:18-alpine

WORKDIR /app/

# Copy app from host environment into image
COPY public/ /app/public
COPY src/ /app/src
COPY package.json /app/
COPY ./ ./

ENV BROWSER=none

Expand Down

0 comments on commit e32cd96

Please sign in to comment.