Skip to content

Commit

Permalink
Merge pull request #2 from Atemndobs/docker
Browse files Browse the repository at this point in the history
remove copy image command from docker file
  • Loading branch information
Atemndobs authored Mar 14, 2024
2 parents 41c69b0 + 007cf13 commit 59fac58
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 @@ -16,7 +16,7 @@ RUN npm install --force --unsafe-perm

COPY . .
RUN npm run build
COPY ./src/images ./dist/images
# COPY ./src/images ./dist/images

#COPY ./dist ./dist
#COPY ./.env ./.env
Expand Down

0 comments on commit 59fac58

Please sign in to comment.