Compare commits
2 Commits
0.6.1
...
d957ca52ea
Author | SHA1 | Date | |
---|---|---|---|
d957ca52ea
|
|||
231d8ca7ee
|
@@ -1,7 +1,7 @@
|
||||
FROM registry.odit.services/hub/library/node:17.0.1-alpine3.14
|
||||
WORKDIR /app
|
||||
COPY package.json .
|
||||
COPY yarn.lock .
|
||||
# COPY yarn.lock .
|
||||
RUN yarn --production --frozen-lockfile
|
||||
COPY migrations ./migrations
|
||||
COPY src ./src
|
||||
|
Reference in New Issue
Block a user