Skip to content

Commit

Permalink
DO-1666: swap docker commands
Browse files Browse the repository at this point in the history
  • Loading branch information
gowrizrh committed Jun 3, 2024
1 parent b09bad1 commit 8da8cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/prerender-fargate/lib/prerender/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ COPY ./package.json .

RUN npm install --no-package-lock

COPY ./server.js .
COPY ./utils ./utils
COPY ./server.js .

EXPOSE 3000

Expand Down

0 comments on commit 8da8cb3

Please sign in to comment.