Skip to content

Commit 51470e8

Browse files
Refactor: Move Dockerfile generation step to follow package.json creation
1 parent d37e5c0 commit 51470e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/generate-docker-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
3737
COPY package*.json .
3838
RUN npm install
39+
RUN npm ls @evershop/postgres-query-builder
3940
RUN npm run build
4041
4142
EXPOSE 80

0 commit comments

Comments
 (0)