mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 18:00:06 -05:00
Added Dev Container (#1023)
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
###################################################
|
||||
# This Dockerfile is used by the docker-compose.yml
|
||||
# file to build the development container.
|
||||
# Do not make any changes here unless you know what
|
||||
# you are doing.
|
||||
###################################################
|
||||
|
||||
FROM node:16-bullseye as dev
|
||||
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y openssl
|
||||
WORKDIR /app
|
||||
CMD ["sh", "./docker-start.sh"]
|
||||
Reference in New Issue
Block a user