mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-17 13:07:32 +02:00
Remove unused proto dir copy in dockerfile (#329)
This commit is contained in:
parent
cd4caa0447
commit
cf4699d6f8
1 changed files with 0 additions and 3 deletions
|
|
@ -21,9 +21,6 @@ RUN git clone https://github.com/googleapis/googleapis.git
|
|||
# Copy the source code.
|
||||
COPY . ./
|
||||
|
||||
# COPY proto files
|
||||
RUN cp -r proto/ squeakserver/proto
|
||||
|
||||
# Copy the frontend build
|
||||
RUN mkdir ./static && \
|
||||
cp -r frontend/squeak-node-frontend/build/ ./static/build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue