Skip to content

Commit

Permalink
πŸ’š ci: fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
megasanjay committed Jan 10, 2024
1 parent 374166a commit 3325472
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 @@ -4,7 +4,7 @@ FROM node:18-alpine3.17 as build
RUN apk update && apk upgrade

# set work dir as app
WORKDIR /app
WORKDIR /portal
# copy the nuxt project package json and package json lock if available
COPY package* yarn.lock ./
# install all the project npm dependencies
Expand Down

0 comments on commit 3325472

Please sign in to comment.