mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 12:49:43 +02:00
ref: Rename .env file to sample, stop tracking .env file
This commit is contained in:
parent
d457414a5a
commit
6de4bac8c1
4 changed files with 5 additions and 2 deletions
|
@ -47,9 +47,11 @@ RUN apk -U upgrade \
|
|||
&& apk del vips-dependencies --purge
|
||||
|
||||
COPY docker-start.sh start.sh
|
||||
RUN chmod +x start.sh
|
||||
COPY server .
|
||||
|
||||
RUN chmod +x start.sh \
|
||||
&& cp .env.sample .env
|
||||
|
||||
COPY --from=client-builder /app/build public
|
||||
COPY --from=client-builder /app/build/index.html views
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue