Browse Source

all the node actions in a single RUN

Signed-off-by: caioau <[email protected]>
pull/170/head
caioau 5 years ago
parent
commit
18a259bff1
  1. 4
      Dockerfile

4
Dockerfile

@ -8,8 +8,8 @@ COPY src/ /app/
WORKDIR /app
RUN npm ci --production \
&& npm i -g nodemon \
&& npm cache clear --force
RUN mv /app/node_modules/ /node_modules/
&& npm cache clear --force \
&& mv /app/node_modules/ /node_modules/
# Expose Ports
EXPOSE 51820/udp

Loading…
Cancel
Save