mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 12:14:33 +01:00
add volume
This commit is contained in:
@@ -16,6 +16,10 @@ WORKDIR /usr/src/athena/build
|
||||
|
||||
RUN yarn install --production
|
||||
|
||||
COPY . /usr/src/athena/build
|
||||
|
||||
VOLUME /usr/src/athena/build/.env
|
||||
|
||||
EXPOSE 5555
|
||||
|
||||
CMD ["yarn", "start"]
|
||||
|
||||
Reference in New Issue
Block a user