Cleanup Dockerfile
All checks were successful
Deploy to Docker Container / deploy (push) Successful in 38s

This commit is contained in:
TheThomaas 2023-05-26 21:40:57 +02:00
parent 0dcc2a96b6
commit 19f7456a03

View file

@ -1,5 +1,5 @@
# Use a lightweight Node.js runtime as the base image for the final stage
FROM node:14-alpine
# FROM node:14-alpine
# # Set the working directory in the container
# WORKDIR /app