Remove unused proto dir copy in dockerfile (#329)

This commit is contained in:
Jonathan Zernik 2020-10-28 14:48:49 -04:00 committed by GitHub
parent cd4caa0447
commit cf4699d6f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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