mirror of
https://github.com/igorski/bitmappery.git
synced 2026-06-17 03:34:56 +02:00
Allow dockerfile to build (#33)
The current dependency jsdom@23.2.0 requires node >=18. Tested build and runtime
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Written by Ange Cesari
|
||||
# Use official Node.js based on Alpine
|
||||
FROM node:16-alpine
|
||||
FROM node:18-alpine
|
||||
|
||||
# Install Yarn
|
||||
RUN apk add --no-cache yarn
|
||||
@@ -21,4 +21,4 @@ COPY . .
|
||||
EXPOSE 5173
|
||||
|
||||
# Run the application
|
||||
CMD ["yarn", "dev", "--host", "0.0.0.0"]
|
||||
CMD ["yarn", "dev", "--host", "0.0.0.0"]
|
||||
|
||||
Reference in New Issue
Block a user