mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-19 14:31:36 +01:00
add volume
This commit is contained in:
@@ -16,9 +16,9 @@ WORKDIR /usr/src/athena/build
|
||||
|
||||
RUN yarn install --production
|
||||
|
||||
COPY . /usr/src/athena/build
|
||||
COPY . .
|
||||
|
||||
VOLUME /usr/src/athena/build/.env
|
||||
VOLUME .env
|
||||
|
||||
EXPOSE 5555
|
||||
|
||||
|
||||
Reference in New Issue
Block a user