create license management
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ COPY nginx.conf /etc/nginx/nginx.conf
|
||||
COPY --from=builder /app/dist/pos.client/browser /usr/share/nginx/html
|
||||
|
||||
# Expose port
|
||||
EXPOSE 80
|
||||
EXPOSE 5000
|
||||
|
||||
# Health check
|
||||
HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
|
||||
|
||||
Reference in New Issue
Block a user