1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-05 21:45:30 +02:00

ref: Rename .env file to sample, stop tracking .env file

This commit is contained in:
Maksim Eltyshev 2022-04-22 16:21:09 +05:00
parent e3d1d36857
commit 8bf85e2eb6
4 changed files with 5 additions and 2 deletions

View file

@ -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