fix
This commit is contained in:
parent
7cdea969f8
commit
4d0e48c12d
|
|
@ -14,8 +14,8 @@ build-dev:
|
|||
script:
|
||||
- docker logout
|
||||
- docker login -u $DEPLOY_USERNAME -p $DEPLOY_TOKEN 103.82.242.92:8900
|
||||
- docker build -t 103.82.242.92:8900/jaecoo/web-jaecoo-bandung:dev .
|
||||
- docker push 103.82.242.92:8900/jaecoo/web-jaecoo-bandung:dev
|
||||
- docker build -t 103.82.242.92:8900/medols/web-jaecoo-bandung:dev .
|
||||
- docker push 103.82.242.92:8900/medols/web-jaecoo-bandung:dev
|
||||
|
||||
auto-deploy:
|
||||
stage: deploy
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ WORKDIR /usr/src/app
|
|||
COPY package*.json /usr/src/app/
|
||||
|
||||
# RUN npm install --force
|
||||
RUN npm install -g npm@latest
|
||||
RUN npm install --legacy-peer-deps
|
||||
RUN npm install
|
||||
|
||||
# Copying source files
|
||||
|
|
|
|||
Loading…
Reference in New Issue