Remove comments

pull/68/head
Sandro Jäckel 5 years ago
parent a8b188cd22
commit d763f88ceb
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

@ -5,20 +5,14 @@ apk add --no-cache npm python ffmpeg && \
apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
atomicparsley
# Change directory so that our commands run inside this new directory
WORKDIR /app
# Copy dependency definitions
COPY ./ /app/
# Change directory to backend
WORKDIR /app
# Install dependencies on backend
RUN npm install
# Expose the port the app runs in
EXPOSE 17442
# Run the specified command within the container.
CMD [ "node", "app.js" ]

Loading…
Cancel
Save