mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-12-01 06:55:45 +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