mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-24 18:58:57 +00:00
restore npm
This commit is contained in:
parent
141860d379
commit
835b1bed07
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ RUN apk --update add --virtual native-dep \
|
|||
RUN apk add bash
|
||||
COPY . /app
|
||||
ENV PATH "${PATH}:/app/node_modules/.bin"
|
||||
RUN /app/node_modules/.bin/tsc -p .
|
||||
RUN npm run build
|
||||
CMD ["node","/app/lib/standalone/start-server.js"]
|
||||
# This can be overwritten later
|
||||
EXPOSE 3020
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue