Skip to content

Commit

Permalink
fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisibrahimd committed Aug 20, 2022
1 parent 2f81970 commit 4cde274
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 @@ -31,7 +31,7 @@ RUN BIN="/usr/local/bin" && \
-o "${BIN}/${BINARY_NAME}" && \
chmod +x "${BIN}/${BINARY_NAME}"
# install node modules and build assets
RUN npm install && npm build
RUN npm install && npm run build


# nginx state for serving content
Expand Down

0 comments on commit 4cde274

Please sign in to comment.