Skip to content

Commit

Permalink
Merge pull request #6 from Amsterdam/feature/merge-from-upstream
Browse files Browse the repository at this point in the history
Feature/merge from upstream
  • Loading branch information
TerryvanWalen authored May 30, 2024
2 parents 813b5bc + 0843c2f commit 7132584
Show file tree
Hide file tree
Showing 6 changed files with 1,539 additions and 1,254 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ ENV S3_BUCKET=""

# Create app directory
WORKDIR /app
RUN apt-get update \
&& apt-get install -y netcat \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

# Set node ownership to/home/app
RUN mkdir -p images
Expand Down
2 changes: 1 addition & 1 deletion migrate.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var Umzug = require('umzug');
var db = require('./src/db');
var db = require('./db');

var umzug = new Umzug({
storage: 'sequelize',
Expand Down
Loading

0 comments on commit 7132584

Please sign in to comment.