mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 12:14:33 +01:00
Working with Dockerfile
This commit is contained in:
@@ -5,7 +5,7 @@ WORKDIR /usr/src/artapi
|
||||
|
||||
COPY . /usr/src/artapi
|
||||
|
||||
RUN yarn install
|
||||
RUN yarn install --pure-lockfile
|
||||
|
||||
RUN yarn build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user