Skip to content

Commit

Permalink
docker test
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Jan 5, 2024
1 parent 1be3a52 commit 960df52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pwa/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN npm install

RUN npm install @parcel/watcher

RUN cd /node_modules/@conduction/theme && npm run build
RUN npm run build-theme

COPY . .

Expand Down
1 change: 1 addition & 0 deletions pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build --prefix-paths",
"build-theme": "cd ./node_modules/@conduction/theme && npm run build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
Expand Down

0 comments on commit 960df52

Please sign in to comment.