mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2026-01-20 18:09:42 +01:00
shiftplans shown correctly
This commit is contained in:
@@ -4,5 +4,5 @@ WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm ci --only=production
|
||||
COPY . .
|
||||
EXPOSE 3001
|
||||
EXPOSE 3002
|
||||
CMD ["node", "dist/server.js"]
|
||||
Reference in New Issue
Block a user