Skip to content

Commit

Permalink
fix comments after pr
Browse files Browse the repository at this point in the history
  • Loading branch information
DanBezalelpx committed Jul 19, 2023
1 parent 386ae63 commit 3769ac5
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 @@ -10,7 +10,7 @@ COPY ./demo-site/servers/nodejs/package.json servers/nodejs/package.json
RUN cd servers/nodejs && npm install
COPY ./demo-site/servers/nodejs servers/nodejs

RUN node scripts/create_static_files.js && node scripts/create_px_configs.js
RUN node scripts/create_static_files.js

WORKDIR /workspace/servers/nodejs

Expand Down

0 comments on commit 3769ac5

Please sign in to comment.