mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-04 21:45:44 +00:00
Merge pull request #71 from luth31/master
Move TS compilation to docker image build
This commit is contained in:
@@ -8,5 +8,6 @@ RUN apk --no-cache --virtual build-dependencies add \
|
||||
RUN npm install
|
||||
RUN apk del build-dependencies
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
EXPOSE 3002
|
||||
CMD ["npm", "start"]
|
||||
CMD ["node", "dist/"]
|
||||
Reference in New Issue
Block a user