mirror of
https://github.com/astefanutti/decktape.git
synced 2024-11-29 23:13:11 +03:00
Individual COPYs as Docker Hub does not take .dockerignore into account
This commit is contained in:
parent
bbc7111b95
commit
c462b0630a
@ -10,10 +10,14 @@ RUN apt-get install -y \
|
||||
libssl1.0.0 \
|
||||
libicu52
|
||||
|
||||
COPY . /decktape
|
||||
|
||||
WORKDIR /decktape
|
||||
|
||||
# Copy each directory individually as Docker Hub does not take .dockerignore into account for the moment
|
||||
# COPY . .
|
||||
COPY libs libs/
|
||||
COPY plugins plugins/
|
||||
COPY decktape.js .
|
||||
|
||||
RUN mkdir bin
|
||||
|
||||
RUN curl \
|
||||
|
Loading…
Reference in New Issue
Block a user