Skip to content

Commit

Permalink
change ./web to . since this is a new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtman2k committed May 30, 2021
1 parent cc0843a commit 159cc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM node:14 AS builder
# Set working directory
WORKDIR /app
# Copy all files from current directory to working dir in image
COPY ./web .
COPY . .
# install node modules and build assets
RUN yarn install && yarn build

Expand Down

0 comments on commit 159cc50

Please sign in to comment.